Skip to content

Fix docs breadcrumb overview routes#6441

Draft
Alek99 wants to merge 1 commit intomainfrom
codex/fix-docs-breadcrumb-overview-routes
Draft

Fix docs breadcrumb overview routes#6441
Alek99 wants to merge 1 commit intomainfrom
codex/fix-docs-breadcrumb-overview-routes

Conversation

@Alek99
Copy link
Copy Markdown
Member

@Alek99 Alek99 commented May 1, 2026

Summary

Root Cause

The docs breadcrumb builder created parent links by concatenating path segments. For Enterprise docs, that produced /docs/enterprise/, but the real route is /docs/enterprise/overview/.

Validation

  • uv run pytest tests/test_breadcrumbs.py tests/test_routes.py -q
  • uv run ruff check reflex_docs/templates/docpage/docpage.py tests/test_breadcrumbs.py
  • Verified locally in Browser that clicking the Enterprise breadcrumb lands on /docs/enterprise/overview/.

Fixes #6437

@Alek99 Alek99 changed the title [codex] Fix docs breadcrumb overview routes Fix docs breadcrumb overview routes May 1, 2026
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 1, 2026

Merging this PR will not alter performance

✅ 17 untouched benchmarks
⏩ 2 skipped benchmarks1


Comparing codex/fix-docs-breadcrumb-overview-routes (37d385e) with main (b438de1)

Open in CodSpeed

Footnotes

  1. 2 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@adhami3310 adhami3310 added the documentation Improvements or additions to documentation label May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

the breadcrumb base links aren't working on [reflex.dev](http://reflex.dev/docs)

2 participants